/*

overflow:hidden;text-overflow:ellipsis;white-space:nowrap;

-webkit-transition:all .5s;transition:all .5s;

transition: all 1s;

outline: 1px dashed #fff;outline-offset: -5px;

transform:rotate(360deg);

text-transform: Uppercase;

*/

/* 公用标题 */
.h_title{width:1200px;height:auto;margin:0 auto;text-align:center;}

.h_title h3{font-size:40px;line-height:40px;color:#222;}

.h_title h3 a{display:block;color:#222;}

.h_title p{font-size:18px;line-height:20px;color:#888;margin-top:15px; letter-spacing:1px;}


@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1);}
	
	20%,40% {transform: rotate(15deg) scale(1);}
}




/* 产品中心 */
.box_01{width:100%;background:#f0f2f5;padding:80px 0;overflow:hidden;}

.box_01 .center{width:1200px;height:auto;margin:30px auto 0 auto;}

.box_01 .center .fl_list{width:1000px;height:40px;margin:0 auto;overflow:hidden;}

.box_01 .center .fl_list li{width:150px;height:40px;line-height:40px;float:left;margin-right:20px;font-size:16px;text-align:center;background:#fff;position:relative;z-index:0;}

.box_01 .center .fl_list li:last-child{margin-right:0;}

.box_01 .center .fl_list li::before{content:'';width:150px;height:0px;background:#222;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .fl_list li:hover::before{content:'';width:150px;height:40px;background:2222;position:absolute;top::0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .fl_list li a{display:block;width:150px;line-height:40px;font-size:16px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .fl_list li:hover a{color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center{width:1200px;height:auto;margin-top:25px;}

.box_01 .center .pro-center .hd{width:200px;height:30px;margin:0 auto;overflow:hidden;}

.box_01 .center .pro-center .hd ul{width:200px;height:30px;line-height:30px;overflow:hidden;font-size:16px;margin:0 auto;}

.box_01 .center .pro-center .hd ul li{width:80px;height:30px;float:left;line-height:30px;cursor:pointer;color:#333;text-align:right;position:relative;background:url(../images/dian01.png) left center no-repeat;}

.box_01 .center .pro-center .hd ul li:last-child{float:right;}

.box_01 .center .pro-center .hd ul li::before{content:'';width:0px;height:2px;background:#222;position:absolute;bottom:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center .hd ul li.on::before{content:'';width:80px;height:2px;background:#222;position:absolute;bottom:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center .bd{width:1200px;margin-top:30px;}

.box_01 .center .pro-center .bd .main{width:1200px;height:1000px;position:relative;}

.box_01 .succ{width:590px;height:660px;position:absolute;top:0;left:0;z-index:3;overflow:hidden;}

.box_01 .succ .show{width:590px;height:660px;margin:0 auto;}

.box_01 .succ .show .tempWrap{width:580px;margin:0 auto;}

.box_01 .succ .show ul{overflow:hidden;}

.box_01 .succ .show ul li{width:590px;height:660px;position:relative;float:left;}

.box_01 .succ .show ul li a{display:block;overflow:hidden;}

.box_01 .succ .show ul li .img{width:590px;height:660px;}

.box_01 .succ .show ul li img{width:590px;height:660px;transition: all 1s;vertical-align:top;}

.box_01 .succ .show ul li:hover img{transform: scale(1.05);}

.box_01 .succ .show ul li .txt{width:490px;height:133px;padding:0 50px;background:url(../images/txt_back.png);position:absolute;left:0;bottom:0;}

.box_01 .succ .show ul li .txt .name{display:block;font-size:20px;line-height:20px;color:#fff;margin-top:45px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .succ .show ul li:hover .txt .name{margin-left:10px;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .succ .show ul li .txt p{font-size:16px;color:#fff;line-height:16px;margin-top:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_01 .sPrev{position:absolute;left:20px;top:310px;display:block;width:21px;height:38px;background:url(../images/pro_jt_02.png);-webkit-transition:all .5s;transition:all .5s;z-index:99;cursor:pointer;}

.box_01 .sNext{position:absolute;right:20px;top:310px;display:block;width:21px;height:38px;background:url(../images/pro_jt_04.png);-webkit-transition:all .5s;transition:all .5s;z-index:99;cursor:pointer;}

.box_01 .sPrev:hover{background:url(../images/pro_jt_01.png);-webkit-transition:all .5s;transition:all .5s;}

.box_01 .sNext:hover{background:url(../images/pro_jt_03.png);-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center .bd .main .list{width:1200px;height:1000px;position:absolute;top:0;left:0;z-index:1;}

.box_01 .center .pro-center .bd .main .list li:nth-of-type(1){position:absolute;left:0;bottom:0;}

.box_01 .center .pro-center .bd .main .list li:nth-of-type(2){position:absolute;right:0;top:0;}

.box_01 .center .pro-center .bd .main .list li:nth-of-type(3){position:absolute;right:0;top:340px;}

.box_01 .center .pro-center .bd .main .list li:nth-of-type(4){position:absolute;right:0;bottom:0;}

.box_01 .center .pro-center .bd .main .list li{width:590px;height:320px;background:#fff;overflow:hidden;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center .bd .main .list li:hover{-moz-box-shadow:0px 0px 10px #cdcecf;-webkit-box-shadow:0px 0px 10px #cdcecf;box-shadow:0px 0px 10px #cdcecf;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center .bd .main .list li .img{width:380px;height:320px;float:right;overflow:hidden;}

.box_01 .center .pro-center .bd .main .list li .img img{width:380px;height:320px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_01 .center .pro-center .bd .main .list li:hover .img img{transform: scale(1.1);}

.box_01 .center .pro-center .bd .main .list li .txt{width:auto;height:320px;position:absolute;top:0;left:30px;}

.box_01 .center .pro-center .bd .main .list li .txt .name{display:block;max-width:360px;margin-top:50px;font-size:18px;color:#222;font-weight:bold;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center .bd .main .list li .txt p{font-size:14px;color:#666;line-height:16px;margin-top:20px;}

.box_01 .center .pro-center .bd .main .list li .txt .more{display:block;width:110px;height:30px;line-height:30px;padding-left:30px;background:url(../images/pro_jt_05.png) 112px center no-repeat #222;margin-top:110px;font-size:14px;color:#fff;}

.box_01 .center .gd{width:126px;height:38px;line-height:38px;margin:40px auto 0 auto;background:url(../images/bk.png);position:relative;z-index:0;}

.box_01 .center .gd::before{content:'';width:126px;height:0px;background:#222;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .gd:hover::before{content:'';width:126px;height:38px;background:#222;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .gd a{display:block;width:100px;padding-left:26px;height:38px;font-size:14px;color:#aeaeae;background:url(../images/pro_jt_06.png) 92px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .gd:hover a{color:#fff;background:url(../images/pro_jt_05.png) 92px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}








/* 企业优势 */
.box_02{width:100%;height:838px;overflow:hidden;}

.look_center{width:100%;height:838px;overflow:hidden;position:relative;}

.look_center .h_title{width:1200px;height:150px;text-align:center;position:absolute;left:50%;margin-left:-600px;top:80px;z-index:9; background:url(../images/ys_lie.png) center bottom no-repeat;}

.look_center .h_title h3{font-size:40px;line-height:40px;color:#fff;}

.look_center .h_title p{font-size:18px;line-height:22px;color:#fff;margin-top:15px;}

.look_center .tel{width:412px;height:48px;line-height:48px;color:#fff;padding-left:65px;border:solid 1px rgba(255,255,255,0.3);position:absolute;left:50%;margin-left:-240px;bottom:300px;z-index:9;}

.look_center .tel::before{content:'';width:16px;height:18px;background:url(../images/tel01.png);position:absolute;top:15px;left:30px;z-index:2;animation: msClock 1.2s linear infinite;}

.look_center .tel p{float:left;font-size:18px;font-weight:bold;}

.look_center .tel p span{float:left;font-size:14px;font-weight:normal;}

.look_center .tel a{display:block;width:120px;height:40px;line-height:40px;font-size:14px;color:#666; background:#fff;float:right;margin:4px;text-align:center;}

.look_center .bd .main{width:100%;height:838px;overflow:hidden;position:relative;z-index:0;}

.look_center .bd .main::before{content:'';width:100%;height:838px;background:rgba(4,4,2,0.7);position:absolute;left:0;top:0;z-index:-1;}

.look_center .bd .main:nth-of-type(1){background:url(../images/ys_01.jpg) center top no-repeat;}

.look_center .bd .main:nth-of-type(2){background:url(../images/ys_02.jpg) center top no-repeat;}

.look_center .bd .main:nth-of-type(3){background:url(../images/ys_03.jpg) center top no-repeat;}

.look_center .bd .main:nth-of-type(4){background:url(../images/ys_04.jpg) center top no-repeat;}

.look_center .bd .main .txt{width:870px;height:200px;position:absolute;left:50%;margin-left:-435px;top:280px;text-align:center;}

.look_center .bd .main .txt h4{line-height:22px;font-size:22px;color:#fff;}

.look_center .bd .main .txt p{width:870px;margin:35px auto 0 auto;font-size:18px;color:#fff;line-height:32px;}

.look_center .hd{width:1200px;height:150px;position:absolute;left:50%;margin-left:-600px;bottom:80px;}

.look_center .hd ul{width:1200px;height:150px;overflow:hidden;position:relative;z-index:2;}

.look_center .hd ul li{width:275px;height:150px;float:left;margin-right:33px;text-align:center;background:#fff;position:relative;opacity:0.5;filter:alpha(opacity=50);-webkit-transition:all .5s;transition:all .5s;}

.look_center .hd ul li:last-child{margin-right:0;}

.look_center .hd ul li.on{opacity:1;filter:alpha(opacity=100);-webkit-transition:all .5s;transition:all .5s;}

.look_center .hd ul li i{display:block;width:60px;height:52px;margin:30px auto 25px auto;}

.look_center .hd ul li:nth-of-type(1) i{background:url(../images/ys_icon_01.png) center center no-repeat;-webkit-transition: 0.4s;transition: 0.4s}

.look_center .hd ul li:nth-of-type(2) i{background:url(../images/ys_icon_02.png) center center no-repeat;-webkit-transition: 0.4s;transition: 0.4s}

.look_center .hd ul li:nth-of-type(3) i{background:url(../images/ys_icon_03.png) center center no-repeat;-webkit-transition: 0.4s;transition: 0.4s}

.look_center .hd ul li:nth-of-type(4) i{background:url(../images/ys_icon_04.png) center center no-repeat;-webkit-transition: 0.4s;transition: 0.4s}

.look_center .hd ul li p{font-size:18px;line-height:20px;color:#333;-webkit-transition:all .5s;transition:all .5s;}





/* 案例展示 */
.box_03{width:1200px;height:auto;margin:80px auto;overflow:hidden;}

.box_03 .swiper-container{width:1200px;height:auto;overflow:hidden;margin:40px auto 0 auto;}

.box_03 .swiper-slide{width:200px;height:510px;background:none !important;}

.box_03 .swiper-slide a{display:block;}

.box_03 .swiper-slide .img{width:100%;height:380px;margin-top:50px;}

.box_03 .swiper-slide .img img{width:100%;height:380px;vertical-align:top;}

.box_03 .swiper-slide .name{display:none;}

.box_03 .swiper-slide-active{width:810px;height:510px;}

.box_03 .swiper-slide-active .img{width:810px;height:430px;margin-left:-205px;margin-top:0;}

.box_03 .swiper-slide-active .img img{width:810px;height:430px;vertical-align:top;position:absolute;top:0;left:-205px;}

.box_03 .swiper-slide-active .name{display:block;height:40px;line-height:18px;color:#333;font-size:16px;font-weight:bold;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:30px;background:url(../images/case_line.png) center bottom no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .swiper-slide-active .name:hover{color:#222;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .swiper-button-next,.swiper-button-prev{position:absolute;top:0 !important;margin-top:450px !important;}

.box_03 .swiper-button-prev{width:48px;height:48px;border-radius:5px;border:solid 1px #bfbfbf;background:url(../images/case_jt_01.png) center center no-repeat rgba(0,0,0,0) !important;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .swiper-button-prev:hover{border:solid 1px #222;background:url(../images/case_jt_02.png) center center no-repeat #222 !important;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .swiper-button-next{width:48px;height:48px;border-radius:5px;border:solid 1px #bfbfbf;background:url(../images/case_jt_03.png) center center no-repeat rgba(0,0,0,0) !important;right:0;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .swiper-button-next:hover{border:solid 1px #222;background:url(../images/case_jt_04.png) center center no-repeat #222 !important;right:0;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .more{width:126px;height:38px;line-height:38px;margin:30px auto 0 auto;background:url(../images/bk.png);position:relative;z-index:0;}

.box_03 .more::before{content:'';width:126px;height:0px;background:#222;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .more:hover::before{content:'';width:126px;height:38px;background:#222;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .more a{display:block;width:100px;padding-left:26px;height:38px;font-size:14px;color:#aeaeae;background:url(../images/pro_jt_06.png) 92px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .more:hover a{color:#fff;background:url(../images/pro_jt_05.png) 92px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}




/* 关于我们 */
.box_04{width:100%;height:auto;padding:80px 0;background:#f0f2f5;overflow:hidden;}

.box_04 .center{width:1200px;height:auto;margin:40px auto 0 auto;overflow:hidden;}

.box_04 .center .vedio{width:1200px;height:580px;overflow:hidden;}

.box_04 .center .vedio img{width:1200px;height:580px; vertical-align:top;}

.box_04 .center p{width:1030px;font-size:16px;color:#666;line-height:30px;height:150px;overflow:hidden;margin:42px auto 0 auto;text-align:center;text-indent:2em;}

.box_04 .more{width:126px;height:38px;line-height:38px;margin:35px auto 0 auto;background:url(../images/bk.png);position:relative;z-index:0;}

.box_04 .more::before{content:'';width:126px;height:0px;background:#222;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .more:hover::before{content:'';width:126px;height:38px;background:#222;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .more a{display:block;width:100px;padding-left:26px;height:38px;font-size:14px;color:#aeaeae;background:url(../images/pro_jt_06.png) 92px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .more:hover a{color:#fff;background:url(../images/pro_jt_05.png) 92px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}






/* 在线留言 */
.box_05{width:100%;height:400px;background:url(../images/ly_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .center{width:1200px;height:400px;margin:0 auto;position:relative;}

.box_05 .ly{width:520px;height:400px;box-sizing:content-box;float:right;position:relative;}

.box_05 .ly .bt{width:auto;height:60px;position:relative;z-index:2;padding-left:70px;margin-top:80px;background:url(../images/ly_icon.png) left center no-repeat;box-sizing:content-box;}

.box_05 .ly .bt p{font-size:18px;line-height:20px;font-weight:bold;color:#fff;padding-top:8px;box-sizing:content-box;}

.box_05 .ly .bt h4{font-size:16px;line-height:16px;color:#fff;margin-top:8px;}

.box_05 .ly .form{width:520px;height:145px;margin-top:25px;position:relative;}

.box_05 .ly .form p{width:250px;height:24px;overflow:hidden;border-bottom:solid 1px #fff;}

.box_05 .ly .form input{display:block;width:230px;height:24px;line-height:24px;color:#fff;font-size:14px;padding-left:20px;box-sizing:content-box;}

.box_05 .ly .form p:nth-of-type(1){position:absolute;left:0;top:0;}

.box_05 .ly .form p:nth-of-type(2){position:absolute;right:0;top:0;}

.box_05 .ly .form p:nth-of-type(3){width:260px;height:24px;position:absolute;left:0;top:58px;}

.box_05 .ly .form p:nth-of-type(1) input{background:url(../images/name.png) left center no-repeat rgba(0,0,0,0);}

.box_05 .ly .form p:nth-of-type(2) input{background:url(../images/phone.png) left center no-repeat rgba(0,0,0,0);}

.box_05 .ly .form textarea{width:230px;height:24px;line-height:24px;color:#fff;font-size:14px;padding-left:20px;box-sizing:content-box;background:url(../images/liuyan.png) left center no-repeat rgba(0,0,0,0);}

.box_05 .ly .form p:nth-of-type(4){width:250px;height:39px;position:absolute;top:43px;right:0;z-index:2;overflow:hidden;}

.box_05 .ly .form p:nth-of-type(4) input{display:block;width:120px;height:39px;line-height:39px;color:#fff;font-size:14px;float:left;background:url(../images/yzm.png) left center no-repeat rgba(0,0,0,0);}

.box_05 .ly .form p:nth-of-type(4) img{display:block;float:right;width:100px;height:39px;cursor:pointer;}

.box_05 .ly .form .tj{width:520px;height:40px;border:none;position:absolute;bottom:0;right:0;background:#fff;overflow:hidden;z-index:0;}

.box_05 .ly .form .tj .btn{display: block;width:540px;height:40px;line-height:40px;text-align:center;font-size:14px;color:#333;border:none;background:none;cursor:pointer;}

.box_05 .ly .form .tj .btn:hover{color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .ly .form .tj::before{content:'';width:520px;height:0px;background:#222;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .ly .form .tj:hover::before{content:'';width:520px;height:40px;background:#222;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}









/* 新闻资讯 */
.box_06{width:100%;height:auto;padding:80px 0;background:#f0f2f5;overflow:hidden;}

.box_06 .center{width:1200px;height:auto;margin:40px auto 0 auto;overflow:hidden;}

.box_06 .center .news_center{width:1200px;height:auto;overflow:hidden;}

.box_06 .center .news_center .hd{width:1200px;height:32px;overflow:hidden;position:relative;}

.box_06 .center .news_center .hd::after{content:'';width:1200px;height:1px;background:#ccc;position:absolute;bottom:0;left:0;}

.box_06 .center .news_center .hd ul{width:210px;height:90px;overflow:hidden;float:left;position:relative;}

.box_06 .center .news_center .hd ul li{width:90px;height:32px;line-height:18px;text-align:center;float:left;font-size:16px;font-weight:bold;position:relative;}

.box_06 .center .news_center .hd ul li:nth-of-type(2){float:right;}

.box_06 .center .news_center .hd ul li::after{content:'';width:0px;height:2px;background:#222;position:absolute;bottom:0;left:0;z-index:2;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .hd ul li.on::after{content:'';width:90px;height:2px;background:#222;position:absolute;bottom:0;left:0;z-index:2;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .hd ul li a{display:block;height:32px;color:#888;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .hd ul li.on a{color:#222;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .hd .more{display:block;float:right;font-size:14px;color:#868686;line-height:32px;text-transform: Uppercase;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .hd .more:hover{margin-right:10px;color:#222;-webkit-transition:all .5s;transition:all .5s;}





.box_06 .center .news_center .bd{width:1200px;height:auto;margin-top:30px;overflow:hidden;}

.box_06 .center .news_center .bd .main{width:1200px;height:auto;overflow:hidden;}

.box_06 .center .news_center .bd .top{width:1200px;height:460px;overflow:hidden;}

.box_06 .center .news_center .bd .main .left{width:570px;height:357px;float:left;}

.box_06 .center .news_center .bd .main .left .img{width:570px;height:350px;overflow:hidden;position:relative;}

.box_06 .center .news_center .bd .main .left .img img{width:570px;height:350px;vertical-align:top;}

.box_06 .center .news_center .bd .main .left .img .date{width:150px;height:40px;line-height:40px;text-align:center;font-family:Arial;background:#fff;border-radius:8px 8px 0 0;position:absolute;left:210px;bottom:0;}

.box_06 .center .news_center .bd .main .left .img .date span:nth-of-type(1){display:inline-block;width:49px;border-right:solid 1px #ccc;font-size:20px;color:#666;float:left;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .left .img .date span:nth-of-type(2){display:inline-block;width:100px;font-size:14px;color:#666;float:left;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .left:hover .img .date span:nth-of-type(1){color:#222;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .left:hover .img .date span:nth-of-type(2){color:#222;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .left .name{display:block;font-size:16px;color:#666;line-height:18px;margin-top:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .left:hover .name{color:#222;margin-left:10px;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .left p{font-size:14px;color:#868686;line-height:25px;max-height:50px;margin-top:15px;overflow:hidden;}

.box_06 .center .news_center .bd .main .left p a{color:#222;}

.box_06 .center .news_center .bd .main .right{width:570px;height:460px;float:right;overflow:hidden;}

.box_06 .center .news_center .bd .main .right li{width:570px;height:140px;margin-bottom:20px;overflow:hidden;background:#fff;}


.box_06 .center .news_center .bd .main .right li:last-child{margin-bottom:0;}

.box_06 .center .news_center .bd .main .right li .date{width:109px;height:140px;float:left;text-align:center;font-family:Arial;border-right:solid 1px #e7e7e7;position:relative;z-index:0;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .right li .date::before{content:'';width:109px;height:0px;background:#222;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .right li:hover .date::before{content:'';width:109px;height:140px;background:#222;position:top;bottom:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .right li .date span:nth-of-type(1){display:block;color:#666;font-size:40px;line-height:30px;font-weight:bold;margin-top:40px;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .right li .date span:nth-of-type(2){display:block;color:#666;font-size:14px;line-height:12px;margin-top:15px;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .right li:hover .date span:nth-of-type(1){color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .right li:hover .date span:nth-of-type(2){color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .right li .txt{width:400px;padding:0 30px;height:auto;float:right;}

.box_06 .center .news_center .bd .main .right li .txt a{display:block;font-size:16px;color:#5f5f5f;margin-top:35px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .right li:hover .txt a{color:#222;margin-left:10px;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .news_center .bd .main .right li p{font-size:14px;color:#868686;line-height:25px;max-height:50px;overflow:hidden;margin-top:17px;}

.box_06 .cjwt{width:1200px;height:auto;overflow:hidden;margin:50px auto 0 auto;}

.box_06 .cjwt .bt{width:1200px;height:30px;overflow:hidden;position:relative;}

.box_06 .cjwt .bt::after{content:'';width:1200px;height:1px;background:#ccc;position:absolute;bottom:0;left:0;}

.box_06 .cjwt .bt h4{width:90px;font-size:16px;height:30px;line-height:18px;text-align:center;font-weight:bold;color:#222;position:relative;float:left;}

.box_06 .cjwt .bt h4::after{content:'';width:90px;height:2px;background:#222;position:absolute;bottom:0;left:0;z-index:2;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .cjwt .bt a{display:block;float:right;font-size:14px;color:#868686;line-height:30px;text-transform: Uppercase;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .cjwt .bt a:hover{margin-right:10px;color:#222;-webkit-transition:all .5s;transition:all .5s;}

.txtScroll-left05{width:1200px;height:140px;margin-top:30px;}

.box_06 .cjwt ul{width:1200px;height:140px;overflow:hidden;}

.box_06 .cjwt ul li{width:510px;height:100px;padding:20px 30px;margin-right:60px;float:left;cursor:pointer;background:#fff;}

.box_06 .cjwt ul li p:nth-of-type(1){width:510px;height:28px;line-height:28px;overflow:hidden;}

.box_06 .cjwt ul li p:nth-of-type(1) span{display:block;width:28px;height:28px;line-height:28px;color:#fff;border-radius:5px;text-align:center;font-size:14px;background:#222;float:left;}

.box_06 .cjwt ul li p:nth-of-type(1) a{display:block;width:460px;float:right;font-size:16px;line-height:28px;color:#5f5f5f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .cjwt ul li:hover p:nth-of-type(1) a{color:#222;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .cjwt ul li p:nth-of-type(2){width:510px;height:auto;margin-top:15px;overflow:hidden;}

.box_06 .cjwt ul li p:nth-of-type(2) span{display:block;width:28px;height:28px;line-height:28px;color:#fff;border-radius:5px;text-align:center;font-size:14px;background:#888;float:left;}

.box_06 .cjwt ul li p:nth-of-type(2) i{display:block;width:460px;float:right;font-size:14px;line-height:25px;height:50px;color:#868686;overflow:hidden;}










































































































































































































































































































































































































































/* 提交按钮的线条边框特效 */
.bz-buttonAnimat {
    position: relative
}
/*
.bz-buttonAnimat .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
*/
.bz-buttonAnimat::before,
.bz-buttonAnimat::after,
.bz-buttonAnimat .inner::before,
.bz-buttonAnimat .inner::after {
    background-color: #222222;
}

.bz-buttonAnimat02::before,
.bz-buttonAnimat02::after,
.bz-buttonAnimat02 .inner::before,
.bz-buttonAnimat02 .inner::after {
    background-color: #222222;
}


.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:before,
.bz-buttonAnimat.both:after {
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:before,
.bz-buttonAnimat.both .inner:after {
    top: 0;
    width: 2px;
    height: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.both .inner:before {
    left: 0
}

.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:after {
    right: 0
}

.bz-buttonAnimat.horizontal .inner:hover:before,
.bz-buttonAnimat.horizontal .inner:hover:after,
.bz-buttonAnimat.both .inner:hover:before,
.bz-buttonAnimat.both .inner:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.both:before {
    top: 0
}

.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:after {
    bottom: 0
}

.bz-buttonAnimat.horizontal:hover:before,
.bz-buttonAnimat.horizontal:hover:after,
.bz-buttonAnimat.both:hover:before,
.bz-buttonAnimat.both:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.bz-buttonAnimat.horizontal:hover .inner:before,
.bz-buttonAnimat.horizontal:hover .inner:after,
.bz-buttonAnimat.both:hover .inner:before,
.bz-buttonAnimat.both:hover .inner:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.bz-buttonAnimat.horizontal.clockwise .inner:before,
.bz-buttonAnimat.both.clockwise .inner:before {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.bz-buttonAnimat.horizontal.clockwise .inner:after,
.bz-buttonAnimat.both.clockwise .inner:after {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.bz-buttonAnimat.horizontal.clockwise:before,
.bz-buttonAnimat.both.clockwise:before {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.bz-buttonAnimat.horizontal.clockwise:after,
.bz-buttonAnimat.both.clockwise:after {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.bz-buttonAnimat.horizontal.clockwise:hover .inner:before,
.bz-buttonAnimat.both.clockwise:hover .inner:before {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.bz-buttonAnimat.horizontal.clockwise:hover .inner:after,
.bz-buttonAnimat.both.clockwise:hover .inner:after {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.bz-buttonAnimat.horizontal.clockwise:hover:before,
.bz-buttonAnimat.both.clockwise:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center
}
